
.container::before,.container::after{
    display: none;
}
img{
   width: 100%;
}
.nav{
    position: relative;
    padding: 10px 0;
}

.bread{
    background: #0262a4;
    padding: 15px 0;
}

.bread p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.bread a{
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
}
#ip-img-preview{
    width: 50%;
    height: auto;
}
.foot1 dl{
    width: 267px;
}
.foot2{
    margin-top: 60px;
}
/* about */
.ny-ab-img{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-ab-img>li{
    width: 32.5%;
    margin: 10px 0;
    cursor: pointer;
}
.ny-content{
    padding: 20px 0 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
   
}
.ny-content>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-nav {
    display: block;
    width: 20%;
	
}

.ny-nav>h3 {
    width: 100%;
    background: #0262a4;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 20px;
    margin: 0;
    color: #fff;
}
.ny-nav>ul{
    border: 1px solid #ccc;
    padding: 10px 0;
}
.ny-nav>ul>li{
    
    position: relative;
    margin: 0 15px;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;
    
}
.ny-nav>ul>li>a{
    padding: 10px 5px;
    display: block;
    transition: .3s;
    cursor: pointer;
	white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    
}
.ny-nav>ul>li:hover>a{
    border-left: 5px solid #0262a4;
    background: #f5f5f5;
}
.ny-nav>ul>li>i{
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}
.ny-nav>ul>.active>a {
    border-left: 5px solid #0262a4;
    background: #f5f5f5;
    display: block;
}

.ny-nav>ul>li>a {
    color: #333;
    font-size: 18px;
}
.ny-nav>ul>li>ul>li>a{
    color: #aaa;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    display: block;
}
.ny-nav>ul>li>ul>.active{
    background: #0262a4;
}

.ny-nav>ul>li>ul>li>ul>li{
    padding:10px 20px;
    
}
.ny-nav>ul>li>ul>li>ul>li>a{
    color: #999;
}
.submenu{ display: none !important; }
.showsub .submenu{ display: block !important; }
.sonmenu{display: none;}




.ny-con{
    width: 100%;
    padding:0  20px;
}
.ny-con1{
    width: 80%;
}
.ny-con>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 50px;
}
.ny-con>p{
    font-size: 14px;
    color: #333;
    line-height: 50px;
    text-indent: 2em;
}

.ny-con>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-con>ul>li{
    width: 31%;
    margin: 10px;
    position: relative;
}
.ny-con>ul>li p{
    padding: 15px 0;
    margin: 0;
    color: #333;
    text-align: center;
    background: #edeeee;
}

.ny-con>ul>li:hover p{background: #0262a4; color:#fff;}

.ny-pro>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-pro>ul>li{
    width: 31%;
    margin: 10px;
    border: solid 1px #1688d3;
    
}
.ny-pro>ul>li p{
    padding: 10px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    background: #1688d3;
}
.pro-logo{
    position: absolute;
    left: 0;
    top: 5px;
    width: 130px;
}
/* pro-xq */
#magnifier {
    position: relative;
  }
  .small-box {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
  }
  .small-box table td{
    width: 100%;
}
  .small-box img {
    width: auto;
    height: auto;
    max-height: 450px;
    max-width: 450px;
  }
  .small-box .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    border: 1px solid #aaa;
    background: #0099ff;
    opacity: .5;
    filter: alpha(opacity: 50);
    cursor: move;
  }
  .thumbnail-box {
    position: relative;
    width: 100%;
  }
  .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
  }
  .thumbnail-box .btn-prev {
    left: 0;
    background: url(../img/btn_prev.png) no-repeat;
  }
  .thumbnail-box .btn-prev.btn_prev_disabled{background: url(../img/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
  .thumbnail-box .btn-next {
    right: 0;
    background: url(../img/btn_next.png) no-repeat;
  }
  .thumbnail-box .btn-next.btn_next_disabled{background: url(../img/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
  .thumbnail-box .list {
    overflow: hidden;
    width: 390px;
    margin: 0 auto;
  }
  .thumbnail-box .wrapper {
    width: 100000px;
  }
  .thumbnail-box .list .item {
    float: left;
    margin: 0 10px;
  }
  
  .thumbnail-box .list .item img {
    border: 2px solid #a9a9a9;
    width: 54px;
    height: 54px;
  }
  .thumbnail-box .list .item-cur img {
    border: 2px solid #e53e41;
  }
  .big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 451px;
    top: 0;
    width: 540px;
    height: 540px;
    border: 1px solid #e4e4e4;
  }
  .big-box img {
    display: block;
  }

.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
   
}
.ny-pro-xq>div{
    width: 48%;
}
.pro-title>h3{
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pro-title>p{
    font-size: 14px;
    line-height: 29px;
}
.pro-title>p:first-of-type{
    font-size: 16px;
    font-weight: bold;
}
.pro-title>h4{
    font-size: 16px;
    margin-top: 30px;
}
.pro-title>h4>a{
    color: #fff;
    margin-left:0px;
    padding: 5px 20px;
    background: #0262a4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pro-title>h4>a>i{
    padding-right: 5px;
}
.pro-title table{
    width: 100%;
    margin-top: 30px;
}
.pro-title table td{
    border-bottom: solid 1px #ccc;
    padding: 5px 15px;
    font-size: 16px;
}
.pro-title table img{
    width: 50%;
    padding:10px 30px;
}
.exzoom {
    position: relative;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{
    margin: 0 !important;
}
.exzoom_zoom_outer{
    top: 0 !important;
}

.nypcanshu{ margin-top:35px;}
.canshubox{ padding:15px 20px;}

/* news */
.ny-news{
    width: 100%;
}
.ny-news ul{
    display: flex;
    flex-flow: row wrap;

}
.ny-news ul>li{
    width: 32%;
    padding: 10px 10px;
    border: solid 1px #ccc;
    margin: 8px;
	border-radius: 5px 30px 20px 20px;
	-webkit-border-radius: 5px 30px 20px 20px;
	-moz-border-radius: 5px 30px 20px 20px;
	-ms-border-radius: 5px 30px 20px 20px;
	-o-border-radius: 5px 30px 20px 20px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
    
}

.ny-news ul>li img {
    border-radius: 5px 30px 20px 20px;
	-webkit-border-radius:5px 30px 20px 20px;
	-moz-border-radius:5px 30px 20px 20px;
	border-radius: 5px 30px 20px 20px;
}


.ny-news ul>li:hover{
    border: solid 1px #0262a4;
}
.news-con{
    padding: 0 10px;
}
.news-con h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 0;
    height: 18px;
    overflow: hidden;
    
}
.news-con span{
    font-size: 12px;
	margin:10px 0;
	display:block;
    color: #999;
}
.news-con div{
	display:block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    white-space: pre-line; 
overflow: hidden;
text-overflow: ellipsis; 
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; 
text-indent:0;

}

.ny-news>h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.ny-news>h3{
    text-align: center;
    font-size: 14px;
    margin: 20px 0;
}
.ny-news>h3>span{
    padding: 5px 15px;
}

.ny-news div{ line-height:32px;}
.ny-news div p{ line-height:32px; text-indent:2em; font-size:14px; color:#666}



/* down */

.ny-download{ width:100%; margin-top:15px;}

.ny-download p {
    line-height: 40px;
	font-size:14px;

}

.ny-download a {
    color: #333
}

.ny-download a:hover {
    color: #0262a4
}


.ny-download span {
    color: #999;
    font-size: 15px;
    float: right
}

.ny-download hr {
    padding: 0;
    margin: 5px 0;
    border: 1px dotted lightgray;
}



/* ny-contact */
.ny-contact{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-contact>ul{
    width: 33%;
}
.ny-contact>ul>li{
    font-size: 14px;
    line-height: 40px;
}
.ny-contact>ul>li>h1{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.ny-contact>.ny-ditu{
    width: 65%;
}



/* 联系我们 */
.lxkuai {
   margin-top:55px;
   margin-bottom:100px;
   line-height:36px;
   font-size:16px;
   padding:0 2%;
   } 
   
.lxkuai h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#333333;
   margin-top:26px;
   margin-bottom:27px;
   padding-bottom:26px;
   background:url(../images/hua.jpg) left bottom; background-repeat:no-repeat;
   }  
   
  
.lxkuai .map{ font-size:14px; line-height:28px;}
.lxkuai .map img{ max-width:none !important; width:auto !important;}
   
   
   

   
.liuyan {
   height:auto; overflow:hidden;
   padding-top:75px;
   padding-bottom:45px;
   background-color:#ededed;
   }
   
.liuyan h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:17px;
   margin-top:0px;
   margin-bottom:16px;
   color:#2d2d2d;
   text-align:center;
   }
   
.liuyan h3 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:42px;
   font-weight:bold;
   text-align:center;
   color:#2d2d2d;
   margin-top:0px;
   margin-bottom:75px;
   }  
   
.hzi {
   color:#0262a4;
   }
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:20px;
   }
   
.biao .col-md-4{ padding:0 15px;}
   
   
.biao h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:14px;
   color:#666666;
   }
   
.kk {
   height:48px;
   border:1px solid #d2d2d2;
   }
   
.kk2 {
   border:1px solid #d2d2d2;
   }
   
.anniu {
   width:208px;
   height:54px;
   background-color:#0262a4;
   border:1px solid #0262a4;
   padding:0px;
   }  
   
   
.anniu:hover{ background:#236da0;
 background-color:#236da0;
   border:1px solid #236da0;

}   
   





.ny-pro>p{
    font-size: 18px;
    font-weight: bold;
    color: #009241;
}


.page,.page1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}
.page span{
    width: 50%;
    color: #000;
    font-size: 14px;
}
.page span:last-of-type,.page1 span:last-of-type{
    text-align: right;
}
.page span>a{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.page span>a>select,.page span>a>select:focus{
    border: none;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}
.left-menu{
    display: none;
}


@media all and (max-width:1200px) {
	
	.container{
        width: 100% !important;
    }
.ny-news ul>li{
        width: 31.5%;
    }
	
.ny-con>ul>li{
    width: 30.5%;
    margin: 10px;
    position: relative;
}


.ny-con>ul>li p{
    padding: 10px 0;
    margin: 0;
    color: #333;
    text-align: center;
    background: #edeeee;
}

	
}


@media all and (max-width:996px) {
	
	.container{
        width: 100%;
    }
.ny-news ul>li{
        width: 47.8%;
    }
	
	
.ny-con>ul>li{
    width: 29.6%;
    margin: 10px;
    position: relative;
}
	
}

@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .left-menu{
        display: block;
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        border: solid 1px #ccc;
        padding: 10px 0;
    }
    .left-menu i{
        font-size: 16px;
        color: #000
    }
    .ny-nav{
        display: none;
    }
    .ny-nav,.ny-con{
        width: 100%;
        padding: 0;
    }
    .ny-con>ul>li{
        width: 100%;
        margin: 5px;
    }
    .ny-pro-xq>div{
        width: 100%;
    }
    .pro-xq-con table img{
        width: 100%;
    }
    .ny-news ul>li{
        width: 100%;
    }
    .ny-contact>ul,.ny-contact>.ny-ditu{
        width: 100%;
    }
    .ny-news>h3>span{
        padding: 5px;
    }
    .page span,.page1 span{
        width: 100%;
        text-align: left !important;

    }
    .page span>a{
        margin: 4px 0;
        display: inline-block;
        padding: 2px 8px;
    }
    .ny-con1 img{
        width: 100% !important;
    }
    .ny-honor>li{
        width: 30% !important;
    }
	.ny-download p{
         padding: 0 10px;
     }


.lxkuai {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 14px;
	padding:0 5%;
}

.lxkuai h2 {
    font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url(../images/hua.jpg) left bottom;
    background-repeat: no-repeat;
}

.lxkuai .map{ margin-top:20px;}

.liuyan {
   height:auto; overflow:hidden;
   padding-top:35px;
   padding-bottom:45px;
   background-color:#ededed;
}

.liuyan h3 {
    font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #2d2d2d;
    margin-top: 0px;
    margin-bottom: 25px;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 14px;
    color: #666666;
}


}
@media all and (min-width: 960px) and (max-width:1440px){
	.container{
		width: 1270px;
	}
}